Bentley OpenComms Designer Readme

Custom Attributes Installation

This section describes the way to add custom attributes to the desired OpenComms graphical features and how to access the information in one of the Bentley Communications product.

  1. Edit the BentleyComm-CustomAttribute.SQL file found in either the Communications\DATABASE\Dgn or in the Communications\DATABASE\Spatial folder.
  2. Uncomment the custom attribute feature that you want to add to the database and add all necessary fields.
    Note: For Custom Fields, VarChar2 (60 char max) and Number (30 digits max) are supported.
  3. Run the BentleyComm-CustomAttribute.SQL script with SQL-PLUS or SQL Developer.
  4. If using Oracle Spatial persistence mode, run the BentleyComm-OracleSpatial2tierVersioning-CustomAttributes.SQL script file.
    Note: A BentleyComm-DropCustomAttribute.SQL file is also provided if a custom table needs to be dropped.
  5. A MORE button will be added to every review feature dialog box associated to a custom attribute table.

  6. By clicking on the More button, a Custom Attribute window opens.

  7. Edit the custom fields and click on Update to save any changes made.